From 2d70c9ce79d0201269b55ed6e906b25e83c7079b Mon Sep 17 00:00:00 2001 From: Jonathan Creekmore Date: Thu, 23 Jul 2015 08:40:39 -0500 Subject: [PATCH] oxenstored: link in the systemd system library If systemd is configured for use AND you are building oxenstored, the C systemd library must be linked in to the systemd.cxma library. Signed-off-by: Jonathan Creekmore Acked-by: Ian Campbell --- tools/ocaml/xenstored/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ocaml/xenstored/Makefile b/tools/ocaml/xenstored/Makefile index d861f11315..59875f7086 100644 --- a/tools/ocaml/xenstored/Makefile +++ b/tools/ocaml/xenstored/Makefile @@ -30,6 +30,8 @@ systemd_OBJS = systemd systemd_C_OBJS = systemd_stubs OCAML_LIBRARY += systemd +LIBS_systemd += $(LDFLAGS-y) + OBJS = define \ stdext \ trie \ -- 2.30.2